DecimalNINumericDecimalNRemainder Method
Computes the remainder after dividing the current value by the specified value.
Namespace: Jodosoft.NumericsAssembly: Jodosoft.Numerics (in Jodosoft.Numerics.dll) Version: 2.0
DecimalN INumeric<DecimalN>.Remainder(
DecimalN value
)
Private Function Remainder (
value As DecimalN
) As DecimalN Implements INumeric(Of DecimalN).Remainder
private:
virtual DecimalN Remainder(
DecimalN value
) sealed = INumeric<DecimalN>::Remainder
private abstract Remainder :
value : DecimalN -> DecimalN
private override Remainder :
value : DecimalN -> DecimalN
- value DecimalN
- The value as the divisor.
DecimalNThe remainder after dividing the current value by
value.
INumericTSelfRemainder(TSelf)